Builder
class Builder : GeneratedMessage.Builder<BuilderT> , ModuleConfigProtos.ModuleConfig.AmbientLightingConfigOrBuilder
Ambient Lighting Module - Settings for control of onboard LEDs to allow users to adjust the brightness levels and respective color levels.
Initially created for the RAK14001 RGB LED module.
Content copied to clipboard
meshtastic.ModuleConfig.AmbientLightingConfig
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets the blue LED level. Values are 0-255.
Content copied to clipboard
uint32 blue = 5;
Link copied to clipboard
Sets the current for the LED output. Default is 10.
Content copied to clipboard
uint32 current = 2;
Link copied to clipboard
Sets the green LED level. Values are 0-255.
Content copied to clipboard
uint32 green = 4;
Link copied to clipboard
Sets LED to on or off.
Content copied to clipboard
bool led_state = 1;
Link copied to clipboard
Sets the red LED level. Values are 0-255.
Content copied to clipboard
uint32 red = 3;
Link copied to clipboard
Sets the current for the LED output. Default is 10.
Content copied to clipboard
uint32 current = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets LED to on or off.
Content copied to clipboard
bool led_state = 1;
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(other: ModuleConfigProtos.ModuleConfig.AmbientLightingConfig): ModuleConfigProtos.ModuleConfig.AmbientLightingConfig.Builder
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.AmbientLightingConfig.Builder
Link copied to clipboard
Sets the blue LED level. Values are 0-255.
Content copied to clipboard
uint32 blue = 5;
Link copied to clipboard
Sets the current for the LED output. Default is 10.
Content copied to clipboard
uint32 current = 2;
Link copied to clipboard
Sets the green LED level. Values are 0-255.
Content copied to clipboard
uint32 green = 4;
Link copied to clipboard
Sets LED to on or off.
Content copied to clipboard
bool led_state = 1;
Link copied to clipboard
Sets the red LED level. Values are 0-255.
Content copied to clipboard
uint32 red = 3;